home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / oggy.swf / scripts / DefineSprite_332 / frame_268 / DoAction.as
Text File  |  2012-04-23  |  103b  |  10 lines

  1. vTempo -= "1" + random(vLevel);
  2. if(vTempo < "0")
  3. {
  4.    play();
  5. }
  6. else
  7. {
  8.    gotoAndPlay(265);
  9. }
  10.